home *** CD-ROM | disk | FTP | other *** search
- PlotManager = {
- ACTIONS = {
- pressPagePopup:;
- pressSize:;
- pressPlotDo:;
- dragColor:;
- recalcAutoRuler:;
- pressSetPagePos:;
- pressPlotPrefs:;
- switchToPenSize:;
- openFileBrowser:;
- pressRotate:;
- enterTolerance:;
- pressScaleRadio:;
- pressPlotCancel:;
- pressPrefsOK:;
- pressPreDefScale:;
- pressPrefsCancel:;
- switchToPenColor:;
- openPlotPanel:;
- };
- OUTLETS = {
- slider_tolerance;
- check_rotate;
- panel_plotprefs;
- text_userruler_2;
- text_file;
- view_pensize;
- panel_plot;
- text_autoruler_2;
- text_tolerance;
- view_pencolor;
- text_start;
- popup_origin;
- button_pagepos;
- text_page_x;
- popup_ruler;
- text_autoruler_1;
- text_userruler_1;
- text_steps;
- radio_scalemode;
- text_page_y;
- text_speed;
- radio_layermode;
- text_end;
- };
- SUPERCLASS = Object;
- };
- InspectorPanel = {
- ACTIONS = {
- orderFront:;
- redisplayLogo:;
- defaultAction:;
- setOriginalTitle:;
- windowWillClose:;
- };
- OUTLETS = {
- popup_button;
- message_textfield;
- content_box;
- gadget_panel;
- };
- SUPERCLASS = Panel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-